#accessibility {
    /* min-width: 1200px; */
    min-width: 62.5vw;
    /* height: 110px; */
    height: 5.73vw;
    width: 100%;
    background: #4d4d4d !important;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    display: block;
    /* top: -120px; */
    top: -5.73vw;
    left: 0;
    transition: top 0.8s ease;
}

#accessibility li {
    text-align: center;
    cursor: pointer;
    list-style: none;
}

#accessibility li img {
    /* height: 52px;
    width: 52px; */
    height: 2.7vw;
    width: 2.7vw;
    border-radius: 5px;
    display: block;
    /* margin: 10px; */
    margin: 0.52vw;
}

#accessibility li span {
    font-weight: bold;
    color: #fff !important;
}

#pointer-follow-html {
    transform: translateZ(999);
    visibility: hidden;
    pointer-events: none;
}

#pointer-follow-html-x,
#pointer-follow-html-y {
    transform: none;
    transform-origin: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ff0000 !important;
    width: 100%;
    height: 4px;
}

#pointer-follow-html-y {
    height: 100%;
    width: 4px;
}

#bigtext-html {
    z-index: 999;
    height: 200px;
    /* padding: 10px 0; */
    padding: 0.52vw 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #797f8d;
    background-color: #ffffff;
    display: none;
}

#bigtext-content {
    height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    color: #333 !important;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.bigtextClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    /* width: 125px;
    height: 60px; */
    width: 6.51vw;
    height: 3.125vw;
    border: none;
    background-color: rgb(184, 180, 180);
}